projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74e087
)
(update-autoloads-from-directories): Sort the list of files with no
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 16 Nov 2002 22:40:32 +0000
(22:40 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 16 Nov 2002 22:40:32 +0000
(22:40 +0000)
autoloads.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 0503d908fdd27b86fe3b1d2e67af2967d9ec8841..2dd909681cab43ee222514c1a3d175770008823d 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-537,6
+537,8
@@
This uses `update-file-autoloads' (which see) do its work."
(append no-autoloads
(delq nil (mapcar 'update-file-autoloads files))))
(when no-autoloads
+ ;; Sort them for better readability.
+ (setq no-autoloads (sort no-autoloads 'string<))
;; Add the `no-autoloads' section.
(goto-char (point-max))
(search-backward "\f" nil t)